home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / theme_park_thriller.swf / scripts / DefineButton2_44 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-24  |  220b  |  6 lines

  1. on(release){
  2.    tempstring = _global.path + "games/writeGameHighScore.asp?gameID=" + _global.gameID + "&name=" + _root.name + "&score=" + _root.score;
  3.    _root.funcSubmitScore(tempstring);
  4.    _root.clearScreen();
  5. }
  6.